* Makefile.in (C_SWITCH_SYSTEM): New variable.
authorJim Blandy <jimb@redhat.com>
Thu, 25 Mar 1993 03:51:38 +0000 (03:51 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 25 Mar 1993 03:51:38 +0000 (03:51 +0000)
(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
compiler.

lib-src/Makefile.in

index 09e98064afc9ec433ae4a467ab497367bcc6f110..73a80f281c1ca0ae61d71cdd007a05caea248416 100644 (file)
@@ -16,6 +16,7 @@ SHELL = /bin/sh
 
 CC=cc
 CONFIG_CFLAGS=-g
+C_SWITCH_SYSTEM=
 LOADLIBES=
 version=version-not-set
 configname=configuration-name-not-set
@@ -99,7 +100,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
 ### Some other files - those shared with other GNU utilities - need
 ### HAVE_CONFIG_H #defined before they know they can take advantage of
 ### the information in ../src/config.h.
-CFLAGS=${CONFIG_CFLAGS} -Demacs -DHAVE_CONFIG_H -I../src
+CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src
 
 all: ${EXECUTABLES}